2008-04-25 Michael Natterer <mitch@imendio.com>
* gdk/gdkfont.h: include <pango/pango.h> instead of
<pango/pango-font.h>.
svn path=/trunk/; revision=20041
+2008-04-25 Michael Natterer <mitch@imendio.com>
+
+ * gdk/gdkfont.h: include <pango/pango.h> instead of
+ <pango/pango-font.h>.
+
2008-04-25 Michael Natterer <mitch@imendio.com>
* gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of
#define __GDK_FONT_H__
#include <gdk/gdktypes.h>
-#include <pango/pango-font.h>
+#include <pango/pango.h>
G_BEGIN_DECLS